home *** CD-ROM | disk | FTP | other *** search
- head 1.1;
- access;
- symbols;
- locks
- dglattin:1.1; strict;
- comment @ * @;
-
-
- 1.1
- date 92.08.18.04.58.04; author dglattin; state Exp;
- branches;
- next ;
-
-
- desc
- @test code.
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @#ifndef __CONFUSE_H
- #define __CONFUSE_H
-
- #include <SubClass1.h>
- #include <SubClass2.h>
- #include <SubClass3.h>
-
-
- @@interface SubClass1 (First_Test)
-
- - additionalMethod1;
- - additionalMethod2;
-
- @@end
-
-
- @@interface SubClass2 (First_Test)
-
- - additionalMethod1;
- - additionalMethod2;
- - additionalMethod3;
-
- @@end
-
-
- @@interface SubClass3 (First_Test)
-
- + additionalClassMethod;
- - additionalMethod1a;
- - additionalMethod2a;
-
- @@end
-
-
- @@interface SubClass1 (Second_Test)
-
- - additionalMethod3;
-
- @@end
-
-
- @@interface SubClass1 (Third_Test)
-
- - additionalMethod4;
-
- @@end
-
-
- @@interface SubClass1 (Fourth_Test)
-
- - additionalMethod5;
-
- @@end
-
-
- @@interface SubClass2 (Second_Test)
-
- - additionalMethod4a;
- - additionalMethod5a;
- - additionalMethod6a;
- - additionalMethod7a;
- - additionalMethod8a;
-
- @@end
-
- #endif
- @
-